The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "catalyst::plugin::formvalidator"

Catalyst::Plugin::FormValidator - Data::FormValidator plugin for Catalyst. River stage two • 6 direct dependents • 11 total dependents

This plugin uses Data::FormValidator to validate and set up form data from your request parameters. It's a quite thin wrapper around that module, so most of the relevant information can be found there. EXTENDED METHODS METHODS form Merge values with ...

DHOSS/Catalyst-Plugin-FormValidator-0.094 - 01 Mar 2010 23:14:11 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Lazy - Catalyst FormValidator Plugin in Lazy way River stage zero No dependents

Instead of writting constraints in your controller source code , this plugin let you use config file. and more......

TOMYHERO/Catalyst-Plugin-FormValidator-Lazy-0.05 - 07 Dec 2007 08:24:52 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Simple - Validator for Catalyst with FormValidator::Simple River stage one • 4 direct dependents • 5 total dependents

This plugin allows you to validate request parameters with FormValidator::Simple. See FormValidator::Simple for more information. This behaves like as Catalyst::Plugin::FormValidator....

DHOSS/Catalyst-Plugin-FormValidator-Simple-0.15 - 13 Jul 2010 21:07:40 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Simple::Auto - Smart validation with FormValidator::Simple River stage zero No dependents

This plugin provide auto validation to Plugin::FormValidator::Simple. You can define validation profiles into config or YAML file, and no longer have to write it in actions....

TYPESTER/Catalyst-Plugin-FormValidator-Simple-Auto-0.18 - 08 Jun 2009 09:27:03 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Simple::Messages - FormValidator::Simple can be handled by plural Catalyst application in mod_perl River stage zero No dependents

The FormValidator::Simple can be handled by plural Catalyst application in mod_perl....

MIYAZAKI/Catalyst-Plugin-FormValidator-Simple-Messages-0.02 - 08 Jul 2008 08:00:39 UTC - Search in distribution

Catalyst::Plugin::FormValidator::Simple::OwnCheck - Validator for Catalyst with FormValidator::Simple River stage zero No dependents

This plugin allows you to validate request parameters with a checker of your application namespace , no need to package your checker in the namespace of FormValidator::Simple. See FormValidator::Simple for more information. This behaves like as Catal...

ADONG/Catalyst-Plugin-FormValidator-Simple-OwnCheck-0.02 - 19 Apr 2006 10:52:16 UTC - Search in distribution

CGI::FormBuilder - Easily generate and process stateful forms River stage two • 11 direct dependents • 16 total dependents

If this is your first time using FormBuilder, you should check out the website for tutorials and examples at <http://formbuilder.org>. You should also consider joining the google group at <http://groups.google.com/group/perl-formbuilder>. There are s...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC - Search in distribution

HTML::Widget - HTML Widget And Validation Framework River stage one • 6 direct dependents • 6 total dependents

Create easy to maintain HTML widgets! Everything is optional, use validation only or just generate forms, you can embed and merge them later. The API was designed similar to other popular modules like Data::FormValidator and FormValidator::Simple, HT...

CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC - Search in distribution

Egg::Plugin::FillInForm - HTML::FillInForm for Egg. River stage two • 17 direct dependents • 17 total dependents

HTML::FillInForm It is a plugin to use....

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

Catalyst::Plugin::Params::Profile - Parameter checking with Params::Profile River stage zero No dependents

Catalyst::Plugin::Params::Profile provides a mechanism for a centralised Params::Check or a Data::FormValidater profile. You can bind a profile to a class::subroutine, then, when you are in a subroutine you can simply call $c->check($params) of $c->v...

MICHIEL/Catalyst-Plugin-Params-Profile-0.05 - 02 Jul 2013 08:31:18 UTC - Search in distribution

Catalyst::Plugin::RequestToken - (DEPRECATED) Handling transaction token for Catalyst River stage zero No dependents

This plugin create, remove and validate transaction token, to be used for enforcing a single request for some transaction, for exapmle, you can prevent duplicate submits. Note: REQUIRES a session plugin like Catalyst::Plugin::Session to store server ...

HIDE/Catalyst-Plugin-RequestToken-0.06 - 04 Jun 2008 17:31:20 UTC - Search in distribution

Catalyst::Controller::RequestToken - Handling transaction tokens across forms River stage zero No dependents

This controller enables to enforce a single transaction across multiple forms. Using a token, you can prevent duplicate submits and protect your app from CSRF atacks. This module REQUIRES Catalyst::Plugin::Session to store server side token....

HIDE/Catalyst-Controller-RequestToken-0.07 - 09 Aug 2012 09:46:40 UTC - Search in distribution

Catalyst::Manual::Intro - Introduction to Catalyst River stage two • 2 direct dependents • 11 total dependents

This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you should be usi...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

DBIx::Class::FromValidators - Update or Insert DBIx::Class data from Validators River stage zero No dependents

DBIx::Class::FromValidators allows you to Update or Insert DBIx::Class objects from FormValidator::Simple or Data::FormValidator....

WOREMACX/DBIx-Class-FromValidators-0.02 - 19 Nov 2007 12:19:27 UTC - Search in distribution

Catalyst::Helper::Controller::Scaffold - Helper for Scaffolding River stage zero No dependents

Helper for Scaffolding. Templates are TT so you'll need a TT View Component and a forward in your end action too. This can be accomplished with Catalyst::Plugin::DefaultEnd. Note that you have to add these lines to your CDBI class... use Class::DBI::...

AGRUNDMA/Catalyst-Helper-Controller-Scaffold-0.04 - 21 Dec 2005 18:43:54 UTC - Search in distribution

Catalyst::Plugin::Captcha - create and validate Captcha for Catalyst River stage one • 2 direct dependents • 3 total dependents

This plugin create, validate Captcha. Note: This plugin uses GD::SecurityImage and requires a session plugins like Catalyst::Plugin::Session...

DIEGOK/Catalyst-Plugin-Captcha-0.04 - 03 Apr 2010 17:02:35 UTC - Search in distribution

Foorum::Manual::Tutorial1 - Tutorial 1: Catalyst Plugins used in Foorum River stage one • 1 direct dependent • 1 total dependent

FAYLAND/Foorum-1.001000 - 27 Sep 2009 13:40:19 UTC - Search in distribution

Catalyst::Helper::Controller::Scaffold::Mason - Helper for Scaffolding River stage zero No dependents

Helper for Scaffolding. Templates are Mason so you'll need a Mason View Component and a forward in your end action too, or the DefaultEnd plugin. Note that you have to add these lines to your CDBI class... use Class::DBI::AsForm; use Class::DBI::From...

MRAMBERG/Catalyst-Helper-Controller-Scaffold-Mason-0.03 - 16 Sep 2005 09:45:40 UTC - Search in distribution

Catalyst::Helper::Controller::Scaffold::HTML::Template - Helper for Scaffolding using HTML::Template. River stage zero No dependents

This module is heavily based on Catalyst::Helper::Controller::Scaffold. It provides a framework to do the basic data operations (edit, view, list, delete, add). Scaffolding is very simple with Catalyst, as most of the code will be automagically gener...

AASSAD/Catalyst-Helper-Controller-Scaffold-HTML-Template-0.04 - 16 May 2011 21:50:35 UTC - Search in distribution

Catalyst::Plugin::FillInForm - FillInForm for Catalyst River stage one • 2 direct dependents • 3 total dependents

Fill forms automatically, based on data from a previous HTML form. Typically (but not necessarily) used in conjunction with Catalyst::Plugin::FormValidator. This module automatically inserts data from a previous HTML form into HTML input fields, text...

FLORA/Catalyst-Plugin-FillInForm-0.12 - 11 Jul 2009 11:43:52 UTC - Search in distribution
26 results (0.064 seconds)